home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
episode4.swf
/
scripts
/
DefineButton2_1044
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
262 b
|
15 lines
on(release){
set("/Variables:TransMail",eval("/Variables:Instructions"));
if(_currentframe == 2)
{
tellTarget("InvSelection")
{
gotoAndStop(1);
}
}
tellTarget("MailMovie")
{
gotoAndPlay(3);
}
}